Package org.springframework.data.document.mongodb.convert

Interface Summary
MongoConverter  
 

Class Summary
MappingMongoConverter MongoConverter that uses a MappingContext to do sophisticated mapping of domain objects to DBObject.
MongoBeanWrapper Custom Mongo specific BeanWrapper to allow access to bean properties via MongoPropertyDescriptors.MongoPropertyDescriptors.
ObjectIdConverters Wrapper class to contain useful ObjectId-to-something-and-back converters.
SimpleMongoConverter Basic MongoConverter implementation to convert between domain classes and DBObjects.
 

Enum Summary
ObjectIdConverters.BigIntegerToObjectIdConverter Simple singleton to convert BigIntegers to their ObjectId representation.
ObjectIdConverters.ObjectIdToBigIntegerConverter Simple singleton to convert ObjectIds to their BigInteger representation.
ObjectIdConverters.ObjectIdToStringConverter Simple singleton to convert ObjectIds to their String representation.
ObjectIdConverters.StringToObjectIdConverter Simple singleton to convert Strings to their ObjectId representation.